Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ActionResult<T> Structure / Implicit Type Conversion Operator / Implicit Type Conversion(Boolean,ActionResult<T>) Operator
The specified ActionResult to convert.


In This Topic
Implicit Type Conversion(Boolean,ActionResult<T>) Operator
In This Topic
Performs an implicit conversion from ActionResult to System.Boolean.
Syntax
'Declaration
 
Overloads Public Operator Widening CType( _
   ByVal result As ActionResult(Of T) _
) As Boolean
 
'Usage
 

Parameters

result
The specified ActionResult to convert.

Return Value

The result of the conversion.
See Also